home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Freelog 121
/
FreelogMagazineJuilletAout2014-No121.iso
/
Outils
/
Adobe-Air
/
adobe-air_13.exe
/
[0]
/
setup.swf
/
scripts
/
mx
/
states
/
IOverride.as
< prev
next >
Wrap
Text File
|
2014-03-27
|
276b
|
16 lines
package mx.states
{
import mx.core.UIComponent;
public interface IOverride
{
function initialize() : void;
function remove(param1:UIComponent) : void;
function apply(param1:UIComponent) : void;
}
}